home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 4 / CARTS4.iso / mac / MiniCad 6.0.1 demo / MiniCad 6.0.1 Demo / MiniCad 6.0.1 Demo.rsrc / STR#_7001.txt < prev    next >
Text File  |  1996-03-22  |  262b  |  17 lines

  1. Deselects the object that the handle is connected to.
  2.  
  3. SetDSelect(h : HANDLE);
  4.  
  5. Selects the object that the handle is connected to.
  6.  
  7. SetSelect(h : HANDLE);
  8.  
  9. Selects all objects on active layers.
  10.  
  11. SelectAll;
  12.  
  13. Deselects all objects on active layers.
  14.  
  15. DSelectAll;
  16.  
  17.